home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / ddd-1.000 / ddd-1 / ddd-1.4b / config / mpw-mh-mpw < prev    next >
Encoding:
Text File  |  1996-01-12  |  613 b   |  22 lines

  1. # This is an MPW makefile fragment.
  2.  
  3. CC = C -d MPW_C -d ALMOST_STDC -d ANSI_PROTOTYPES
  4.  
  5. CFLAGS = -d MPW -w -mc68020 -model far -b
  6.  
  7. LDFLAGS =  -w -d -model far -c 'MPS ' -t MPST
  8.  
  9. # It would appear that the math libraries are not
  10. # needed except to provide a definition for scalb,
  11. # which is called from ldexp, which is referenced
  12. # in the m68k opcodes library.
  13.  
  14. EXTRALIBS = \Option-d
  15.     "{CLibraries}"StdClib.o \Option-d
  16.     "{CLibraries}"Math.o \Option-d
  17.     "{CLibraries}"CSANELib.o \Option-d
  18.     "{Libraries}"Stubs.o \Option-d
  19.     "{Libraries}"Runtime.o \Option-d
  20.     "{Libraries}"Interface.o \Option-d
  21.     "{Libraries}"ToolLibs.o
  22.